home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #8 / K-CD-8-2003.ISO / Eraser / EraserSetup.exe / {app} / Boot / readme.txt < prev    next >
Encoding:
Text File  |  2002-12-11  |  3.3 KB  |  106 lines

  1. NOTES: ERASER DISTRIBUTION
  2. The Program eboot.exe when run will write an boot image to a floppy disk i.e. Drive a:
  3. WARNING: This really works so treat with care.
  4.  
  5.  
  6. Darik's Boot and Nuke
  7. ---------------------
  8.  
  9. Darik's Boot and Nuke ("DBAN") is a self-contained boot floppy that securely
  10. wipes the hard disks of most computers. DBAN will automatically and completely
  11. delete the contents of any hard disk that it can detect, which makes it an
  12. appropriate utility for bulk or emergency data destruction.
  13.  
  14.  
  15. Microsoft Windows Installation
  16. ------------------------------
  17.  
  18. Double click the 'install.bat' file.
  19.  
  20. or
  21.  
  22. Get the ISO file from the DBAN homepage and burn it to a CDR or CDRW disc.
  23.  
  24. or 
  25.  
  26. Get WinImage from http://www.winimage.com/ and use it to write the IMG file.
  27.  
  28.  
  29. Unix Installation
  30. -----------------
  31.  
  32. # dd if=dban-*.img of=/dev/floppy
  33.  
  34.  
  35. Free Updates
  36. ------------
  37.  
  38. If you wish to be automatically notified of DBAN updates, then go to
  39. http://freshmeat.net/subscribe/31200/ and subscribe to new releases.
  40.  
  41.  
  42. Contact
  43. -------
  44.  
  45. Darik Horn <dajhorn-dban@vanadac.com>
  46. http://dban.sourceforge.net
  47.  
  48.  
  49. PRNG Seeding 
  50. ------------
  51.  
  52. Darik's Boot and Nuke can load prng seeds from a floppy disk to improve the
  53. quality of its wipe. DBAN will check A:\DBANSEED for seed files when it starts.
  54. Seed files must be exactly 512 bytes in size, but they can have any name.
  55.  
  56. (The acronym "pnrg" stands for "pseudo random number generator".)
  57.  
  58. The system entropy pool will be very small when DBAN begins to wipe hard disks,
  59. so it is important to seed the prng whenever possible.
  60.  
  61. If you are using a unix system, then run this command to make seed files:
  62.  
  63. # dd if=/dev/random of=MySeedFile bs=512 count=1
  64.  
  65. If this command produces files that are smaller than 512 bytes, then your
  66. system entropy pool has been exhausted.  Your system will replenish its entropy
  67. pool over time.
  68.  
  69. If you are using a Microsoft Windows system, then you will need 3rd party
  70. software to make seed files. Consider using the Cygwin unix compatibility layer
  71. for Microsoft Windows.  The Cygwin bash prompt can run the unix command given
  72. above.  Download Cygwin from http://www.cygwin.com/.
  73.  
  74.  
  75. Logging
  76. -------
  77.  
  78. Darik's Boot and Nuke will attempt to write a log file to A:\DBANLOG after it
  79. wipes the hard disks in a computer.  Log files are in the tarball format.  The
  80. average log file will be 5 kilobytes in size, which means that about 30 log
  81. files can fit onto the DBAN floppy itself.
  82.  
  83. If you are using a unix system, then use this command to unpack the tarball:
  84.  
  85. # tar -xzvf dban0000.tgz
  86.  
  87. If you are using a Microsoft Windows system, then use WinZip or WinRAR to
  88. unpack the TGZ file.  Also note that Notepad will not display the text files in
  89. the tarball properly, so use Wordpad instead.  (Click Start, click Run, enter
  90. "write" into the box, click OK.)
  91.  
  92.  
  93. Legal
  94. -----
  95.  
  96. This software is provided without any warranty; without even the implied
  97. warranty of merchantability or fitness for a particular purpose.  In no
  98. event shall the software authors or contributors be liable for any damages
  99. arising from the use of this software. This software is provided "as is".
  100.  
  101. All DBAN components are subject to copyright.  Please see the 'licenses' folder
  102. within the DBAN distribution package for additional information.
  103.  
  104.  
  105. EOF
  106.